R/input summary.R

Defines functions inputSummary

Documented in inputSummary

#' Provide summary of input variables
#'
#' Provides input variable information potentially useful to front-end developer of online calculator tool.
#'
#' @export

inputSummary <- function() {
  return(input_summary)
}
ummel/exampleR documentation built on Aug. 5, 2020, 2:06 p.m.